object Form1: TForm1 Left = 237 Top = 152 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Windows Nuke'#39'eM - B�ta Version' ClientHeight = 257 ClientWidth = 427 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 5 Width = 46 Height = 13 Caption = '&Address' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Bevel1: TBevel Left = 1 Top = 0 Width = 425 Height = 29 end object Bevel2: TBevel Left = 1 Top = 33 Width = 425 Height = 200 end object Label2: TLabel Left = 328 Top = 5 Width = 24 Height = 13 Caption = '&Port' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 200 Top = 42 Width = 26 Height = 13 Caption = '&Text' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 200 Top = 74 Width = 33 Height = 13 Caption = '&Delay' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object AddressComboBox: TComboBox Left = 64 Top = 4 Width = 257 Height = 21 Ctl3D = True ItemHeight = 13 Items.Strings = ( 'www.Bill_Gates.com') ParentCtl3D = False TabOrder = 0 end object StatusBar: TStatusBar Left = 0 Top = 235 Width = 427 Height = 22 Panels = < item Text = 'Done' Width = 260 end> SimplePanel = False SizeGrip = False end object ExecuteButton: TButton Left = 8 Top = 192 Width = 409 Height = 33 Caption = '&Execute' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = ExecuteButtonClick end object CloseCheckBox: TCheckBox Left = 304 Top = 72 Width = 121 Height = 17 Caption = 'Close &after execution' TabOrder = 3 end object PortComboBox: TComboBox Left = 360 Top = 4 Width = 60 Height = 21 Ctl3D = True ItemHeight = 13 Items.Strings = ( '139' '126') ParentCtl3D = False TabOrder = 4 Text = '139' end object TextEdit: TEdit Left = 232 Top = 40 Width = 187 Height = 21 TabOrder = 5 Text = 'Testing 1 2 3' end object DelayUpDown: TUpDown Left = 281 Top = 72 Width = 15 Height = 21 Associate = DelayEdit Min = 0 Max = 6000 Position = 0 TabOrder = 6 Wrap = False end object DelayEdit: TEdit Left = 240 Top = 72 Width = 41 Height = 21 TabOrder = 7 Text = '0' end object ProgressBar: TProgressBar Left = 200 Top = 166 Width = 216 Height = 12 Min = 0 Max = 1000 TabOrder = 8 end object Memo1: TMemo Left = 200 Top = 104 Width = 217 Height = 57 BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'This program is created by Sadikuz (c) for ' 'test-purposes only. The author of this program' 'is not responsible for any misbehaviour by the' 'users of this program.' '' '' 'This program is also known as Winnuke.') ReadOnly = True TabOrder = 9 end object AddButton: TButton Left = 8 Top = 168 Width = 57 Height = 17 Caption = 'Add' TabOrder = 10 OnClick = AddButtonClick end object RemoveButton: TButton Left = 72 Top = 168 Width = 49 Height = 17 Caption = 'Remove' TabOrder = 11 OnClick = RemoveButtonClick end object NukeListBox: TListBox Left = 8 Top = 40 Width = 177 Height = 121 ItemHeight = 13 TabOrder = 12 end object HelpButton: TButton Left = 128 Top = 168 Width = 57 Height = 17 Caption = 'Help' TabOrder = 13 OnClick = HelpButtonClick end object MainMenu1: TMainMenu Left = 360 Top = 224 object File1: TMenuItem Caption = '&File' ShortCut = 0 object Execute1: TMenuItem Caption = '&Execute' ShortCut = 0 OnClick = Execute1Click end object N1: TMenuItem Caption = '-' ShortCut = 0 end object Exit1: TMenuItem Caption = 'E&xit' ShortCut = 0 OnClick = Exit1Click end end object Help1: TMenuItem Caption = '&Help' ShortCut = 0 object About1: TMenuItem Caption = '&About...' ShortCut = 0 OnClick = About1Click end end end object ProgressTimer: TTimer Enabled = False Interval = 500 OnTimer = ProgressTimerTimer Left = 392 Top = 224 end end